home *** CD-ROM | disk | FTP | other *** search
/ Macworld Expo - Develope…Central & Net Innovations / Developer Central and Net Innovators (MacWorld Expo) (January 1999).iso / Developer Central / Bowers Development / Demo AppMaker / Examples / PowerPlant / Everything / EverythingCmds.h < prev    next >
Encoding:
Text File  |  1998-10-11  |  636 b   |  21 lines  |  [TEXT/CWIE]

  1. // EverythingCmds.h -- command code declarations
  2.  
  3. #pragma once
  4.  
  5. #include <PP_Types.h>
  6.  
  7. const CommandT    cmdInvokeAbout    = 'Invt';
  8. const CommandT    cmdModalButtons    = 'Invs';
  9. const CommandT    cmdModalCheckboxes    = 'Inv2';
  10. const CommandT    cmdModalRadios    = 'Inv3';
  11. const CommandT    cmdModalText    = 'Inv4';
  12. const CommandT    cmdModalStuff    = 'Inv5';
  13. const CommandT    cmdModalMoreStuff    = 'Inv6';
  14. const CommandT    cmdModelessButtons    = 'Inv7';
  15. const CommandT    cmdModelessCheckboxes    = 'Inv8';
  16. const CommandT    cmdModelessRadios    = 'Inv9';
  17. const CommandT    cmdModelessText    = 'In10';
  18. const CommandT    cmdModelessStuff    = 'In11';
  19. const CommandT    cmdModelessMoreStuff    = 'In12';
  20.  
  21.